/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 14px;
    color: #727171;
    font-family: Arial, "微软雅黑";
    line-height: 1.8em;
    background: #fff;
    color: #333333;
    min-height: 600px;
    position: relative;
    height: 100%;
    min-width: 1000px;
}

.yahei {
    font-family: "Microsoft Yahei";
}

a, a:visited {
    color: #1482c1;
    text-decoration: none;
}

    a:hover {
        color: #1482c1;
    }

    a.red:link, a.red:hover, a.red:visited, .red {
        color: #faa028;
    }

img {
    border: none;
    zome: 1
}

li, dl {
    list-style: none;
}

.clear:before, .clear:after {
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}

.clear {
    clear: both;
    zoom: 1;
}
/* IE < 8 */
img {
    border: none;
    display: block
}

h1, h2, h3, h4, h5 {
    font-size: 14px;
    font-weight: normal
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block;
}

.bdall {
    border: 1px solid #ddd
}

.mt15 {
    margin-top: 15px;
}

span.auto_hide, .auto_hide li, .inright li, .comm_list li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -moz-binding: url('/admin/css/ellipsis.xml#ellipsis');
}

    .auto_hide li p, .comm_list li p {
        text-overflow: normal;
        white-space: normal
    }
/**css3缓动**/
#nav a, input, .btn, .btn_red {
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

#wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header {
    width: 100%;
    height: 100px;
    background: #fff;
    position: relative;
    z-index: 22;
}

.top {
    width: 100%;
    height: 5px;
    background: #1482c1;
    position: relative;
}

.tp {
    margin: 0 auto;
    position: relative;
    height: 5px;
    overflow: visible !important
}

.phone {
    padding: 3px 0;
    width: 290px;
    height: 28px;
    background: url(../images/topbg.png) center no-repeat;
    position: absolute;
    right: 65px;
    /* top: 5px; */
    color: #fff;
    text-align: center;
    /* line-height: 28px; */
    font-size: 15px;
    z-index: 33;
}

    .phone span.line {
        position: relative;
        top: -2px;
    }

    .phone span.label {
        margin-left: 10px;
    }

.sp1 {
    padding-left: 25px;
    background: url(../images/phone.png) left center no-repeat;
    margin-right: 10px;
    margin-left: 0px !important;
}

.menu {
    margin: 0 auto;
    height: 95px;
    position: relative;
}

.menubnt {
    display: none
}

.logo {
    float: left;
    width: 30%;
    margin-top: 20px;
}

    .logo img {
        width: 100%;
        height: auto;
        vertical-align: middle;
    }

.menulist {
    float: right;
    width: 55%;
    height: 95px;
}

    .menulist li {
        width: 85px;
        float: left;
        height: 95px;
        line-height: 95px;
        margin-right: 10px;
        text-align: center;
        position: relative;
    }

        .menulist li a {
            display: block;
            padding-top: 10px;
            width: 85px;
            height: 85px;
            font-size: 16px
        }

        .menulist li span {
            position: absolute;
            display: block;
            width: 90px;
            height: 12px;
            left: 0;
            bottom: -12px;
            background: url(../images/menubg.png) center no-repeat;
            display: none;
        }

        .menulist li:hover {
            background: #0088d7;
        }

            .menulist li:hover a {
                color: #fff !important;
            }

            .menulist li:hover span {
                display: block;
            }

        .menulist li ul {
            display: none
        }

    .menulist .current {
        background: #0088d7;
    }

        .menulist .current a {
            color: #fff !important;
        }

        .menulist .current span {
            display: block !important;
        }

.select {
    height: 45px;
    padding-top: 10px;
    position: relative;
}

.menulist li.select:hover {
    background: none
}




.select .icon {
    width: 35px;
    height: 35px;
    margin-top: 5px;
    cursor: pointer;
    background: url(../images/sel.png) center no-repeat;
    border: none;
}

.select .btn {
    border: none;
    color: #fff;
    background: #1482c1;
    width: 40px;
    padding: 2px 5px;
    height: 30px;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.select .sel {
    width: 220px;
    display: none;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 40px;
}

.select #keywod {
    width: 150px;
    box-sizing: border-box;
    border: 1px solid #0088d7;
    padding: 0 5px;
    height: 30px;
    box-sizing: border-box;
}


.select .sel input {
    display: inline-block;
    border: none
}

.menulist li.select:hover .sel {
    display: block;
}

#container, .container {
    width: 98%;
    max-width: 1500px;
    min-width: 1300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    #banner .slides {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        #banner .slides li {
            width: 100%;
            position: relative;
            overflow: hidden;
        }

            #banner .slides li img {
                width: 100%;
                vertical-align: middle;
            }

    #banner .flex-direction-nav {
        display: none;
    }

    #banner .flex-control-nav {
        width: 100%;
        height: 20px;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 0;
        z-index: 22;
    }

        #banner .flex-control-nav li {
            display: inline-block;
            margin: 0 5px;
            height: 12px;
            margin-top: 4px;
            overflow: hidden;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
            border-radius: 8px;
        }

            #banner .flex-control-nav li a {
                display: block;
                width: 35px;
                height: 12px;
                text-indent: -999em;
                cursor: pointer;
                background: #fff;
            }

            #banner .flex-control-nav li .flex-active {
                width: 60px !important;
                background: #1482c1 !important;
            }


#footer {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #1482c1;
}

.footbottom {
    margin: 0 auto;
    position: relative;
    margin-top: 45px;
    margin-bottom: 60px;
    overflow: hidden;
}

.footmenu {
    float: left;
    display: flex
}

    .footmenu dl {
        width: auto;
        padding: 0 50px;
        font-size: 16px;
        border-right: 1px solid #509dc9;
    }

        .footmenu dl:last-child {
            border: none
        }

        .footmenu dl dd {
            width: 100%;
            height: 35px;
            text-align: center;
            line-height: 35px;
        }

            .footmenu dl dd a {
                color: #fff;
            }

.weixin {
    width: 110px;
    height: 140px;
    float: right;
    margin-left: 50px;
}

    .weixin p {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .weixin img {
        width: 110px;
        height: 110px;
        vertical-align: middle;
    }


.link {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

    .link ul {
        width: 1180px;
        margin-left: -15px;
        margin-top: 20px;
    }

    .link li {
        float: left;
        border-right: 1px solid #333;
        height: 20px;
        line-height: 20px;
        padding: 0 18px;
    }

        .link li a {
            color: #333333;
            font-size: 16px
        }

.foot {
    width: 100%;
    padding: 30px 0 20px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.foot_bb {
    margin: 0 auto;
    color: #333333;
    text-align: center;
    line-height: 30px;
}

.link .title {
    width: 100%;
    color: #1482c1;
    height: 40px;
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 10px;
    line-height: 40px;
}

    .link .title span {
        font-weight: bold;
        font-size: 18px;
        border-bottom: 2px solid #00588a;
        float: left;
        display: block;
        width: 80px;
        height: 40px;
    }

    .link .title i {
        font-style: normal;
        line-height: 45px;
    }


@media (max-width: 900px) {
    body {
        min-width: 200px;
    }

    .top {
        height: 30px;
    }

    .tp.container {
        margin: 0 !important
    }

    #container, .container {
        width: 100%;
        min-width: unset;
        max-width: unset
    }

    .header, .menu {
        height: auto
    }

    .logo {
        width: 70%;
        height: auto;
        margin: 10px 30px 10px 15px;
    }

        .logo img {
            width: 100%;
            height: auto
        }



    .menubnt {
        width: 25px;
        height: 25px;
        display: block;
        background: url(../images/menu.png) center no-repeat;
        position: absolute;
        right: 30px;
        top: 10px;
        cursor: pointer;
    }

    .menulist {
        position: fixed;
        z-index: 1000;
        width: 40%;
        height: 100%;
        top: 56px;
        right: -330px;
        background: #f7f7f7;
        overflow: hidden
    }

        .menulist li {
            text-align: left;
            float: none;
            width: 100%;
            height: auto;
            line-height: 40px;
        }

            .menulist li a {
                padding-top: 0px;
                padding-left: 2em;
                height: 40px;
                line-height: 40px;
            }

            .menulist li span, .menulist .current span, .menulist li.select {
                display: none !important
            }

            .menulist li ul {
                display: block
            }

                .menulist li ul li a {
                    height: auto
                }

                .menulist li ul li a {
                    padding-left: 3em;
                    font-size: 13px;
                    line-height: 2em;
                }

            .menulist li.current ul {
                display: block;
                padding-bottom: 10px;
            }

    .close {
        width: 25px;
        height: 25px;
        display: none;
        background: url(../images/close.png) center no-repeat;
        position: absolute;
        right: 30px;
        top: 10px;
        cursor: pointer;
    }


    #banner .flex-control-nav {
        z-index: 10;
        bottom: 10px
    }

        #banner .flex-control-nav li {
            height: auto
        }

            #banner .flex-control-nav li a, #banner .flex-control-nav li .flex-active {
                width: 15px !important;
                height: 6px;
            }

    .link, .footbottom {
        display: none
    }

    .foot_bb {
        font-size: 12px;
        margin: 0 30px
    }

        .foot_bb p {
            display: inline
        }
}
